home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 November
/
Macworld (1999-11).dmg
/
Updaters
/
WhiteCap 3.0.4
/
into Visual Plug-ins
/
WhiteCap Configs
/
Dropzone
< prev
next >
Wrap
Text File
|
1999-07-28
|
874b
|
73 lines
// By Andy O'Meara
Resn=10,
Durn="2.3",
CamX="50 * cos( - t / 6.7 )",
CamY="90 * sin( - t / 7.7 )",
CamZ="16 + 5 * cos( t / 10 )",
CmLX="40",
CmLY="0",
CmLZ="-20",
CUpX="0",
CUpY="0",
CUpZ="1",
C0="( 1 - dt )",
C1="( 1.15 * ( dt + .5) ) ^ 2",
D0="-20 * abs( mag( s ) )",
// Phase thru various colors
B0="5.14286 * ( .5 + .5 * sin( .3 * t ) )", // 5.14286 == 6 / 1.16666
B1="pos( 2 - b0 ) + pos( 2 - abs( b0 - 6 ))", // Red
B2="2 - abs( b0 - 2 )", // Green
B3="2 - abs( b0 - 4 )", // Blue
D1="clip( 1 + 8 / ( D0 * C1 - 3 ) )",
C2=".5 * dt",
D2="C2 * ( .9 - D1 )",
R="( D1 * B1 + D2 ) * C0",
G="( D1 * B2 + D2 ) * C0",
B="( D1 * B3 + D2 ) * C0",
LvlR="1",
LvlG="1",
LvlB="1",
// Preferred dimentions/aspect
widt=400,heig=360,
ConL=1,ConB=1,
Fall=".05",
X="100 * dt",
Y="80 * (s - .5)",
Z="D0 * C1",
Scal="900",
ScSz=1,
Pers="250",
Vers=30